You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Failed test name: Chrome Options sets location of binary
Failure summary:
The action failed because multiple RSpec tests in the Ruby examples failed consistently across 3 retry attempts:
1. Chrome session creation failures: - "Chrome Options sets location of binary" (spec/browsers/chrome_spec.rb:22) - "Service specifies driver location" (spec/drivers/service_spec.rb:18) Both failed with the same error: "session not created: probably user data directory is already in use, please specify a unique value for --user-data-dir argument, or don't use --user-data-dir"
2. Inconsistent test failures across retry attempts: - First attempt: Only the Chrome session tests failed - Second attempt: "Mouse move by offset offset from viewport" also failed (spec/actions_api/mouse_spec.rb:111) - Third attempt: "Keys copy and paste" failed (spec/actions_api/keys_spec.rb:59) with expected "SeleniumSelenium!" but got "eleniumelenium!"
The primary issue appears to be related to Chrome browser configuration and user data directory conflicts.
Relevant error logs:
1: ##[group]Operating System2: Ubuntu
...
148: > Warning: Could not resolve keysym XF86CameraAccessToggle149: > Warning: Could not resolve keysym XF86NextElement150: > Warning: Could not resolve keysym XF86PreviousElement151: > Warning: Could not resolve keysym XF86AutopilotEngageToggle152: > Warning: Could not resolve keysym XF86MarkWaypoint153: > Warning: Could not resolve keysym XF86Sos154: > Warning: Could not resolve keysym XF86NavChart155: > Warning: Could not resolve keysym XF86FishingChart156: > Warning: Could not resolve keysym XF86SingleRangeRadar157: > Warning: Could not resolve keysym XF86DualRangeRadar158: > Warning: Could not resolve keysym XF86RadarOverlay159: > Warning: Could not resolve keysym XF86TraditionalSonar160: > Warning: Could not resolve keysym XF86ClearvuSonar161: > Warning: Could not resolve keysym XF86SidevuSonar162: > Warning: Could not resolve keysym XF86NavInfo163: Errors from xkbcomp are not fatal to the X server164: ##[group]Run ruby/setup-ruby@v1
...
307: Version: 11.0.26+4308: Path: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/11.0.26-4/x64309: ##[endgroup]310: Creating settings.xml with server-id: github311: Writing to /home/runner/.m2/settings.xml312: ##[group]Run nick-invision/[email protected]313: with:314: timeout_minutes: 20315: max_attempts: 3316: command: cd examples/ruby317: bundle exec rspec318:
319: retry_wait_seconds: 10320: polling_interval_seconds: 1321: warning_on_retry: true322: continue_on_error: false323: env:
...
636: # ./spec/elements/locators_spec.rb:43637: 40) Element Locators with relative locators finds element to the left638: # These are reference following the documentation example639: # ./spec/elements/locators_spec.rb:47640: 41) Element Locators with relative locators finds element to the right641: # These are reference following the documentation example642: # ./spec/elements/locators_spec.rb:51643: 42) Element Locators with relative locators finds near element644: # These are reference following the documentation example645: # ./spec/elements/locators_spec.rb:55646: 43) Element Locators with relative locators chains relative locators647: # These are reference following the documentation example648: # ./spec/elements/locators_spec.rb:59649: Failures:650: 1) Chrome Options sets location of binary651: Failure/Error: @driver = Selenium::WebDriver.for :chrome, options: options652: Selenium::WebDriver::Error::SessionNotCreatedError:653: session not created: probably user data directory is already in use, please specify a unique value for --user-data-dir argument, or don't use --user-data-dir654: # ./spec/browsers/chrome_spec.rb:27:in 'block (3 levels) in <top (required)>'655: # ------------------656: # --- Caused by: ---657: # Selenium::WebDriver::Error::WebDriverError:658: # #0 0x55a137b4fe6a <unknown>
...
663: #5 0x55a1376865f6 <unknown>664: #6 0x55a137678523 <unknown>665: #7 0x55a137644ef3 <unknown>666: #8 0x55a137645b51 <unknown>667: #9 0x55a137b14d2b <unknown>668: #10 0x55a137b18c01 <unknown>669: #11 0x55a137afc512 <unknown>670: #12 0x55a137b19774 <unknown>671: #13 0x55a137ae090f <unknown>672: #14 0x55a137b3dfb8 <unknown>673: #15 0x55a137b3e196 <unknown>674: #16 0x55a137b4ecb6 <unknown>675: #17 0x7f4d32a9caa4 <unknown>676: #18 0x7f4d32b29c3c <unknown>677: 2) Service specifies driver location678: Failure/Error: @driver = Selenium::WebDriver.for :chrome, service: service, options: options679: Selenium::WebDriver::Error::SessionNotCreatedError:680: session not created: probably user data directory is already in use, please specify a unique value for --user-data-dir argument, or don't use --user-data-dir681: # ./spec/drivers/service_spec.rb:24:in 'block (2 levels) in <top (required)>'682: # ------------------683: # --- Caused by: ---684: # Selenium::WebDriver::Error::WebDriverError:685: # #0 0x557149509e6a <unknown>
...
690: #5 0x5571490405f6 <unknown>691: #6 0x557149032523 <unknown>692: #7 0x557148ffeef3 <unknown>693: #8 0x557148fffb51 <unknown>694: #9 0x5571494ced2b <unknown>695: #10 0x5571494d2c01 <unknown>696: #11 0x5571494b6512 <unknown>697: #12 0x5571494d3774 <unknown>698: #13 0x55714949a90f <unknown>699: #14 0x5571494f7fb8 <unknown>700: #15 0x5571494f8196 <unknown>701: #16 0x557149508cb6 <unknown>702: #17 0x7fe96b09caa4 <unknown>703: #18 0x7fe96b129c3c <unknown>704: Finished in 4 minutes 18.2 seconds (files took 2.34 seconds to load)705: 185 examples, 2 failures, 43 pending706: Failed examples:707: rspec ./spec/browsers/chrome_spec.rb:22 # Chrome Options sets location of binary708: rspec ./spec/drivers/service_spec.rb:18 # Service specifies driver location709: ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1710: ##[endgroup]
...
830: # ./spec/elements/locators_spec.rb:43831: 40) Element Locators with relative locators finds element to the left832: # These are reference following the documentation example833: # ./spec/elements/locators_spec.rb:47834: 41) Element Locators with relative locators finds element to the right835: # These are reference following the documentation example836: # ./spec/elements/locators_spec.rb:51837: 42) Element Locators with relative locators finds near element838: # These are reference following the documentation example839: # ./spec/elements/locators_spec.rb:55840: 43) Element Locators with relative locators chains relative locators841: # These are reference following the documentation example842: # ./spec/elements/locators_spec.rb:59843: Failures:844: 1) Mouse move by offset offset from viewport845: Failure/Error: expect(x_coord).to be_within(1).of(8)846: expected 630 to be within 1 of 8847: # ./spec/actions_api/mouse_spec.rb:119:in 'block (3 levels) in <top (required)>'848: 2) Chrome Options sets location of binary849: Failure/Error: @driver = Selenium::WebDriver.for :chrome, options: options850: Selenium::WebDriver::Error::SessionNotCreatedError:851: session not created: probably user data directory is already in use, please specify a unique value for --user-data-dir argument, or don't use --user-data-dir852: # ./spec/browsers/chrome_spec.rb:27:in 'block (3 levels) in <top (required)>'853: # ------------------854: # --- Caused by: ---855: # Selenium::WebDriver::Error::WebDriverError:856: # #0 0x5560d7206e6a <unknown>
...
861: #5 0x5560d6d3d5f6 <unknown>862: #6 0x5560d6d2f523 <unknown>863: #7 0x5560d6cfbef3 <unknown>864: #8 0x5560d6cfcb51 <unknown>865: #9 0x5560d71cbd2b <unknown>866: #10 0x5560d71cfc01 <unknown>867: #11 0x5560d71b3512 <unknown>868: #12 0x5560d71d0774 <unknown>869: #13 0x5560d719790f <unknown>870: #14 0x5560d71f4fb8 <unknown>871: #15 0x5560d71f5196 <unknown>872: #16 0x5560d7205cb6 <unknown>873: #17 0x7f0740c9caa4 <unknown>874: #18 0x7f0740d29c3c <unknown>875: 3) Service specifies driver location876: Failure/Error: @driver = Selenium::WebDriver.for :chrome, service: service, options: options877: Selenium::WebDriver::Error::SessionNotCreatedError:878: session not created: probably user data directory is already in use, please specify a unique value for --user-data-dir argument, or don't use --user-data-dir879: # ./spec/drivers/service_spec.rb:24:in 'block (2 levels) in <top (required)>'880: # ------------------881: # --- Caused by: ---882: # Selenium::WebDriver::Error::WebDriverError:883: # #0 0x563041c98e6a <unknown>
...
888: #5 0x5630417cf5f6 <unknown>889: #6 0x5630417c1523 <unknown>890: #7 0x56304178def3 <unknown>891: #8 0x56304178eb51 <unknown>892: #9 0x563041c5dd2b <unknown>893: #10 0x563041c61c01 <unknown>894: #11 0x563041c45512 <unknown>895: #12 0x563041c62774 <unknown>896: #13 0x563041c2990f <unknown>897: #14 0x563041c86fb8 <unknown>898: #15 0x563041c87196 <unknown>899: #16 0x563041c97cb6 <unknown>900: #17 0x7f970d89caa4 <unknown>901: #18 0x7f970d929c3c <unknown>902: Finished in 3 minutes 14.6 seconds (files took 1.26 seconds to load)903: 185 examples, 3 failures, 43 pending904: Failed examples:905: rspec ./spec/actions_api/mouse_spec.rb:111 # Mouse move by offset offset from viewport906: rspec ./spec/browsers/chrome_spec.rb:22 # Chrome Options sets location of binary907: rspec ./spec/drivers/service_spec.rb:18 # Service specifies driver location908: ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 1909: ##[endgroup]
...
1029: # ./spec/elements/locators_spec.rb:431030: 40) Element Locators with relative locators finds element to the left1031: # These are reference following the documentation example1032: # ./spec/elements/locators_spec.rb:471033: 41) Element Locators with relative locators finds element to the right1034: # These are reference following the documentation example1035: # ./spec/elements/locators_spec.rb:511036: 42) Element Locators with relative locators finds near element1037: # These are reference following the documentation example1038: # ./spec/elements/locators_spec.rb:551039: 43) Element Locators with relative locators chains relative locators1040: # These are reference following the documentation example1041: # ./spec/elements/locators_spec.rb:591042: Failures:1043: 1) Keys copy and paste1044: Failure/Error: expect(driver.find_element(id: 'textInput').attribute('value')).to eq 'SeleniumSelenium!'1045: expected: "SeleniumSelenium!"1046: got: "eleniumelenium!"1047: (compared using ==)1048: # ./spec/actions_api/keys_spec.rb:75:in 'block (2 levels) in <top (required)>'1049: 2) Chrome Options sets location of binary1050: Failure/Error: @driver = Selenium::WebDriver.for :chrome, options: options1051: Selenium::WebDriver::Error::SessionNotCreatedError:1052: session not created: probably user data directory is already in use, please specify a unique value for --user-data-dir argument, or don't use --user-data-dir1053: # ./spec/browsers/chrome_spec.rb:27:in 'block (3 levels) in <top (required)>'1054: # ------------------1055: # --- Caused by: ---1056: # Selenium::WebDriver::Error::WebDriverError:1057: # #0 0x5596ec79de6a <unknown>
...
1062: #5 0x5596ec2d45f6 <unknown>1063: #6 0x5596ec2c6523 <unknown>1064: #7 0x5596ec292ef3 <unknown>1065: #8 0x5596ec293b51 <unknown>1066: #9 0x5596ec762d2b <unknown>1067: #10 0x5596ec766c01 <unknown>1068: #11 0x5596ec74a512 <unknown>1069: #12 0x5596ec767774 <unknown>1070: #13 0x5596ec72e90f <unknown>1071: #14 0x5596ec78bfb8 <unknown>1072: #15 0x5596ec78c196 <unknown>1073: #16 0x5596ec79ccb6 <unknown>1074: #17 0x7fe83da9caa4 <unknown>1075: #18 0x7fe83db29c3c <unknown>1076: 3) Service specifies driver location1077: Failure/Error: @driver = Selenium::WebDriver.for :chrome, service: service, options: options1078: Selenium::WebDriver::Error::SessionNotCreatedError:1079: session not created: probably user data directory is already in use, please specify a unique value for --user-data-dir argument, or don't use --user-data-dir1080: # ./spec/drivers/service_spec.rb:24:in 'block (2 levels) in <top (required)>'1081: # ------------------1082: # --- Caused by: ---1083: # Selenium::WebDriver::Error::WebDriverError:1084: # #0 0x560700c0fe6a <unknown>
...
1089: #5 0x5607007465f6 <unknown>1090: #6 0x560700738523 <unknown>1091: #7 0x560700704ef3 <unknown>1092: #8 0x560700705b51 <unknown>1093: #9 0x560700bd4d2b <unknown>1094: #10 0x560700bd8c01 <unknown>1095: #11 0x560700bbc512 <unknown>1096: #12 0x560700bd9774 <unknown>1097: #13 0x560700ba090f <unknown>1098: #14 0x560700bfdfb8 <unknown>1099: #15 0x560700bfe196 <unknown>1100: #16 0x560700c0ecb6 <unknown>1101: #17 0x7f161b49caa4 <unknown>1102: #18 0x7f161b529c3c <unknown>1103: Finished in 3 minutes 13 seconds (files took 1.26 seconds to load)1104: 185 examples, 3 failures, 43 pending1105: Failed examples:1106: rspec ./spec/actions_api/keys_spec.rb:59 # Keys copy and paste1107: rspec ./spec/browsers/chrome_spec.rb:22 # Chrome Options sets location of binary1108: rspec ./spec/drivers/service_spec.rb:18 # Service specifies driver location1109: ##[endgroup]1110: ##[error]Final attempt failed. Child_process exited with error code 11111: Post job cleanup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filerubyPull requests that update Ruby code
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps json from 2.10.1 to 2.10.2.
Release notes
Sourced from json's releases.
Changelog
Sourced from json's changelog.
Commits
350c1fdRelease 2.10.2c56db31Merge commit from forkcf242d8Fix potential out of bound read injson_string_unescape.57911f1Merge pull request #762 from byroot/invalid-escape7d0637bRaise a ParserError on all incomplete unicode escape sequence.c079793Avoid fast-path IO writes when IO has ext encac30b69Merge pull request #757 from rahim/fix-generator-error-no-method-error2e015ffFix JSON::GeneratorError#detailed_message with Ruby < 3.2f3e1136Merge pull request #756 from byroot/utf8-snippetse144793Ensure parser error snippets are valid UTF-8Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.